(logo)  GUI settings: Buttons

Changing the user buttons

The list contains the labels and actions for the buttons that should appear in the user button row.

Select the button you want to modify from the listview. Use the Add button to add a new blank button. Use the Del button to remove the selected button.

Label

Type the button label as you like it to appear on the button.

Command

In this field, you can type the Arexx command that should be executed when you press the button. You can use any command, but a few commands that might be especially useful are:
OPEN url This makes the button a simple fastlink button, known from other browsers. When you click it the url is shown.
RUN path/script arguments When you click the button, the Arexx script is started.
SYSTEM path/command arguments When you click the button, the shell command is started.

In the command string, you can use the following parameter specifiers:
%u URL currently displayed in the browser window.
%n screen name that AWeb is running on.
%i ID of frame that has focus.
%t title of the document, as shown in the window title bar.
%c configuration name.

Rearranging buttons

You can move a button in the button row. Select the button entry in the list, either with the mouse or with the cursor up and down keys. Now you can move the button up and down in the list with either the arrow up and arrow down buttons, or with the Ctrl + cursor up/down keys.

The Sort button will sort the buttons alphabetically by their label.


<-Menus   ^Settings requesters   ->Popup